If you encounter issues with minification, add the below rules to your application:
Copy
-keepattributes *Annotation*-keep class com.sun.jna.** { *; }-keepclassmembers class com.sun.jna.** { native <methods>; *;}-keep class uniffi.** { *; }# Preserve all public and protected fields and methods-keepclassmembers class ** { public *; protected *;}-dontwarn uniffi.**-dontwarn com.sun.jna.**
Now that you’ve installed WalletKit, you’re ready to start integrating it. The next section will walk you through the process of setting up your project to use the SDK.